Skip to content

Instantly share code, notes, and snippets.

@miykael
miykael / functional_connectivity.ipynb
Last active December 12, 2025 10:15
Resting state analysis using nilearn (created from nilearn examples & gallery) - taken from https://github.com/miykael/workshop_cambridge
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jetfir3
jetfir3 / download_workstation.sh
Last active December 12, 2025 10:12
Download VMware Workstation for Linux without a Broadcom Account
#!/usr/bin/env bash
# Download VMware Workstation for Linux
# Handles legacy versions (12.x - 17.6.3) from Cloudflare CDN cache and
# newer versions (17.6.4+) from Archive.org.
#
# Use '-k' to keep the CDN download file compressed, exiting after download. (Ignored for v17.6.4+)
# Use '-v <Version>' to specify desired version directly.
BASE_URL="https://softwareupdate-prod.broadcom.com/cds/vmw-desktop/"
@fnky
fnky / ANSI.md
Last active December 12, 2025 10:03
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active December 12, 2025 10:02
Conventional Commits Cheatsheet
@jplew
jplew / README.md
Last active December 12, 2025 10:02
How to Setup SSH and GPG keys with Gitlab
javascript:(function(){var scripts=document.getElementsByTagName("script"),regex=/(?<=(\"|\%27|\`))\/[a-zA-Z0-9_?&=\/\-\#\.]*(?=(\"|\'|\%60))/g,jsRegex=/(?<=(\"|\'|\%60))(?:\/|https?:\/\/)[a-zA-Z0-9_?&=\/\-\#\.]+\.js(?:\?[^"'%60]*)?(?=(\"|\'|\%60))/g;const results=new Set;const paramMap=new Map();const jsFiles=new Set();function processContent(t,src){var e=t.matchAll(regex);for(let r of e){results.add(r[0]);var params=r[0].split('?')[1];if(params){params.split('&').forEach(param=>{var [key,]=param.split('=');if(key){if(!paramMap.has(key)){paramMap.set(key,[]);}paramMap.get(key).push(src||'Inline script or HTML');}});}}var j=t.matchAll(jsRegex);for(let r of j){jsFiles.add(r[0]);}}for(var i=0;i<scripts.length;i++){var t=scripts[i].src;if(t){jsFiles.add(t);fetch(t).then(function(t){return t.text()}).then(text=>processContent(text,t)).catch(function(t){console.log("An error occurred: ",t)});}else{processContent(scripts[i].textContent);}}var pageContent=document.documentElement.outerHTML;processContent(pageContent
@infrareactive
infrareactive / freemium_port_forwarding_services.md
Created December 12, 2025 09:55 — forked from SomajitDey/freemium_port_forwarding_services.md
A list of free or freemium services for exposing localhost to internet with a public ip
@SomajitDey
SomajitDey / freemium_port_forwarding_services.md
Last active December 12, 2025 09:55
A list of free or freemium services for exposing localhost to internet with a public ip
@allysonsilva
allysonsilva / Full-Markdown.md
Last active December 12, 2025 09:53
⚡️ Full Markdown Example

Headers

# h1 Heading 8-)
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading